projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0182e
)
docs: Remove a mention of Gtkinvisible
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 24 Feb 2019 15:40:17 +0000
(10:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 24 Feb 2019 15:40:17 +0000
(10:40 -0500)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 80022c2f87833e0c9758d91b6cb7310468cfa6aa..b782022d6f6f207be5c262aaa8114d4be34cf365 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-6350,8
+6350,9
@@
gtk_widget_get_has_surface (GtkWidget *widget)
*
* Determines whether @widget is a toplevel widget.
*
- * Currently only #GtkWindow and #GtkInvisible are toplevel widgets.
- * Toplevel widgets have no parent widget.
+ * Currently only #GtkWindows are toplevel widgets.
+ * Toplevel widgets have no parent widget and implement
+ * the #GtkRoot interface.
*
* Returns: %TRUE if @widget is a toplevel, %FALSE otherwise
**/